home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / ACORNUSERS / EMULATOR / STELLA / !Stella / !Help < prev    next >
Text File  |  1998-08-26  |  4KB  |  145 lines

  1. ===============================================================================
  2.  
  3.                       SSSS    tt          lll  lll
  4.                      SS  SS   tt           ll   ll
  5.                      SS     tttttt  eeee   ll   ll   aaaa
  6.                       SSSS    tt   ee  ee  ll   ll      aa
  7.                          SS   tt   eeeeee  ll   ll   aaaaa
  8.                      SS  SS   tt   ee      ll   ll  aa  aa
  9.                       SSSS     ttt  eeeee llll llll  aaaaa
  10.  
  11.                     A Multi-platform Atari 2600 VCS Emulator
  12.  
  13.                                   Acorn Guide
  14. ===============================================================================
  15.         A Bradford W. Mott production in association with Aaron Giles,
  16.                Seunghee Lee, Jeff Miller, and Darrell Spice Jr.
  17.                
  18.                        Acorn Port by David McEwen
  19.                        Version 1.0 beta
  20. ===============================================================================
  21.  
  22. Please also read the enclosed Stella/txt file as it covers all the standard
  23. Stella stuff. This file contains only Acorn Risc OS specific stuff.
  24.  
  25.  
  26. NEW to the port:
  27.  
  28.     Mouse support for paddles
  29.     All the new features of the main core
  30.     Modified speed throttling...
  31.  
  32.  
  33. Introduction
  34. ------------
  35.  
  36. This is a port of a very very good Atari 2600 emulator called Stella. It is 
  37. written purely in C++, but manages over 60fps on a StrongARM - however it
  38. is speed throttled and could manage more... So much respect to Bradford W. Mott
  39. for making such a portable & fast emulator.
  40.  
  41.  
  42. How do I use it ?
  43. -----------------
  44.  
  45. Easy - just download a game from the internet there are various good sites 
  46. around and few companies actually care what happens with these roms since they 
  47. are in many cases over 10 years old and noone is really going to buy them in 
  48. this day and age. 
  49.  
  50. Once you have some ROMS you can run them by setting the filetype to C26Game and 
  51. double clicking on the file. This loads the ROM. 
  52.  
  53. It is fairly intuitive to use... 
  54.  
  55. The following keys are used:             
  56.  
  57.   [Mouse]      Paddle for paddle games
  58.   [Mouse Buttons] Fire for paddle games
  59.  
  60.   [q]             Quit 
  61.  
  62.   [p]             Pause 
  63.  
  64.   [s]             Select Game
  65.   [r]             Game Reset
  66.   [c]             Color television
  67.   [b]             Black and white television
  68.  
  69.   [1]             Left player difficulty B
  70.   [2]             Left player difficulty A
  71.   [3]             Right player difficulty B
  72.   [4]             Right player difficulty A
  73.  
  74.   [Up Arrow]      Left joystick up
  75.   [Down Arrow]    Left joystick down
  76.   [Left Arrow]    Left joystick left
  77.   [Right Arrow]   Left joystick right
  78.   [Space]         Left joystick fire button 
  79.   [Enter]         Left joystick fire button
  80.  
  81.   [y]             Right joystick up
  82.   [h]             Right joystick down
  83.   [g]             Right joystick left
  84.   [l]             Right joystick right
  85.   [z]             Right joystick fire button
  86.  
  87. As you will note there is no frontend... this will arrive in due course as will
  88. sound support. However the emulator is configurable via the stellavcs file in
  89. the !Stella directory. Please read the Stella/txt document for information.
  90.  
  91. There are 2 extra variables in the Acorn distribution :
  92.  
  93. Display.SWidth
  94. Display.SHeight
  95.  
  96. These will (in future) allow you to set resolution for the system and also allow
  97. you to have different resolutions for each game. Currently the resolution is 
  98. fixed at 320 by 256.
  99.  
  100. *FAQ*
  101. ----- 
  102.  
  103. Why are my Roms images not working ?
  104. -------------------
  105.  
  106. Try downloading them again. If there is still no joy. Send the image to 
  107. Bradford Mott and see if he can find a reason. 
  108.  
  109. Where's the sound ?
  110. -------------------
  111.  
  112. This is being worked on... This will arrive at some point I am sorting out 
  113. how to do it nicely.
  114.  
  115. Do I need a special screen mode ?
  116. ---------------------------------
  117.  
  118. Nope the emulator runs happily in a 320 by 256 mode as the screen fits nicely. 
  119.  
  120.  
  121. Will you get it to run in the desktop ?
  122. ---------------------------------------
  123.  
  124. This will be coming *eventually*!
  125.  
  126.  
  127. Will you be porting any other emulators ?
  128. -----------------------------------------
  129.  
  130. Yes!!
  131.  
  132.  
  133.  
  134.  
  135. COMMENTS
  136. --------
  137.  
  138. Any comments about the Acorn specific parts and please no inane emails giving 
  139. me ways of making money etc... just useful constructive stuff please
  140. email : david@lizjay.demon.co.uk (HOME) 
  141.     davidm@argonaut.com (WORK)
  142. Website : http://www.lizjay.demon.co.uk/david
  143.  
  144.  
  145.